home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / biz / cloan / pio_icon.lha / pio_icon / personal_icon_io.readme < prev    next >
Text File  |  1997-11-26  |  4KB  |  103 lines

  1. Short:      Use PersonalPaint as (New)Icon-Editor
  2. Kurz:      (New)Icons mit PPaint erstellen
  3. Author:   elmar@zfn.uni-bremen.de (Elmar Plischke)
  4. Uploder:  elmar@zfn.uni-bremen.de (Elmar Plischke)
  5. Replaces: biz/cloan/pio_icon.*
  6. Type:      biz/cloan
  7. Version:  5.10 (20.11.97)
  8. Requires: PersonalPaint (Version 6.3 and higher)
  9.  
  10. personal_icon_io.library
  11.  by Bware
  12.  
  13. FEATURES
  14.  
  15.  This ICON I/O library allows you to load and save images created with
  16.  PPaint as Workbench icons. You can load or save the normal or selected
  17.  image of an icon and set the type of a new icon. Tooltypes are preserved.
  18.  
  19.  This version comes with NewIcons support. No need for "injectbrush" or
  20.  other utilities -- you won't even need the NewIcons patch, just newicon.library
  21.  somewhere in libs.
  22.  
  23. INSTALLATION
  24.  
  25.  Please turn off automatic icon generation to get this working:
  26.  set ICONS=0 in PPAINT:PPaint_Prefs/Startup_1.set.
  27.  To install simply drop the personal_icon_io.library or the
  28.  plain MC68000 version personal_icon000_io.library in PPaint:libs.
  29.  No rename is required before use. (Anyone out there using a '000
  30.  machine ?)
  31.  
  32. NOTES
  33.  
  34.  Colors are not set for non-NewIcons - get WB screen palette first.
  35.  NewIcons have a brush-palette that has to be activated with alt-b.
  36.  Icon saver supports TOOL,PROJECT,DRAWER,TRASH and DISK types.
  37.   -- this type is only set if the icon did not previously exist.
  38.  There is no consistency check between the size of the first and the selected
  39.  image. NewIcons support is turned on when the newicon.library is successfully
  40.  loaded.
  41.  
  42.  The 'Both' switch in the loader/saver settings allows you load both images at
  43.  once. They are separated by a line in color 1. When saving, the upper half
  44.  of the brush is the normal and the lower the selected image. A separating line
  45.  (i.e. odd brush height) is discarded. This switch is enabled by default.
  46.  
  47.  To load Disk-icons enter ":Disk.info" in the filerequester.
  48.  The use of the .info suffix is optional, but sometimes required to get around
  49.  limitations in the PPaint filerequester (i.e. writing a directory icon). To
  50.  avoid problems with graphics files without filename extensions the auto loader
  51.  only recognises .info suffixes.
  52.  
  53.  NewIcons saver makes color 0 transparent, only used colors are saved. In BOTH
  54.  mode the palettes of the normal and selected image are merged. Note that
  55.  standard newicons share a common palette and have a fixed size of 36 by 40
  56.  pixels. NewIcons have a maximum size of 93x93. Saving normal and selected image
  57.  separately may save you a few bytes (Running light without overbyte :)
  58.  A switch is provided to turn NewIcons loading off and use standard WB icons.
  59.  
  60.  Tooltypes are not modified when overwriting existing icons. As a consequence
  61.  NewIcons images remain intact when overwriting the file with a WB icon.
  62.  
  63.  An AREXX script is supplied to allow "framed" loading of brushes.
  64.  Copy it to PPAINT:Rexx .
  65.  
  66. BUGS
  67.  
  68.  Previous icon_io.library versions (<5.8) did not clear NextImage fields,
  69.  some programs (esp. Workbench Information) strongly dislike this :(
  70.  Please resave icons created with earlier versions.
  71.  
  72.  PPaint clears the 'e'xecute file attribute -- use .info extension for
  73.  saving icons for existing programs.
  74.  
  75.  NewIcons can contain upto 256 colors per image. When merging palettes this
  76.  may exceed the max. allowed colors for PPaint (256).
  77.  
  78.  A quote from Amiga ROM Kernel Reference Manual: Libraries 3rd Ed., Icon chapter:
  79.   The image depth MUST be 2;... (but who cares? Commodore? Escom? AT? AI? Argh)
  80.  
  81.  
  82. COPYRIGHT
  83.  This software was written by
  84.   __
  85.  //_)        Elmar Plischke                   <elmar@zfn.uni-bremen.de>
  86. //__)WARE    Schollstr.68 / 27755 Delmenhorst / Germany
  87.  
  88.  and comes with ABSOLUTELY NO WARRENTY.
  89.  
  90.  Personal_icon_io.library was created with gcc2.7.2.1.
  91.  Icons were created by Jörn Plischke with Real3DV3.5, ArtEffect2.1.5, ADPro2.5.0
  92.  and of course PPaint7.1.
  93.  
  94.  Any feedback like postcards/PPC boards/mindblowing icon collections/...  welcome !
  95.  
  96.  NewIcons is written by Eric Sauvageau and Phil Vedovatti.
  97.  
  98.  Cloanto is a registered trademark, and  Personal Paint and PPaint are
  99.  trademarks of Cloanto Italia srl.
  100.  Some code copyright ©    Cloanto Italia srl (Cloanto), used under permission.
  101.  The program and its accompanying files are for non-commercial use only.
  102.  
  103.